JMGetSessionObject
Obtains a JRI reference for an existing session.
jref JMGetSessionObject (JMSessionRef session);
session
- The session whose object reference you wish to obtain.
- function result
- A pointer to the
com.apple.mrj.JManager.JMSession
object.DISCUSSION
TheJMGetSessionObject
returns the JRI reference equivalent (of typejref
) of theJMSessionRef
reference.